diff options
Diffstat (limited to 'app/[lng]/procurement/(procurement)/payment-conditions/page.tsx')
| -rw-r--r-- | app/[lng]/procurement/(procurement)/payment-conditions/page.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/[lng]/procurement/(procurement)/payment-conditions/page.tsx b/app/[lng]/procurement/(procurement)/payment-conditions/page.tsx index b9aedfbb..d001a39d 100644 --- a/app/[lng]/procurement/(procurement)/payment-conditions/page.tsx +++ b/app/[lng]/procurement/(procurement)/payment-conditions/page.tsx @@ -28,10 +28,10 @@ export default async function IndexPage(props: IndexPageProps) { <Shell className="gap-2"> <div className="flex items-center justify-between space-y-2"> <div> - <h2 className="text-2xl font-bold tracking-tight">결제 조건 관리</h2> - <p className="text-muted-foreground"> - 결제 조건(Payment Terms)을 등록, 수정, 삭제할 수 있습니다. - </p> + <h2 className="text-2xl font-bold tracking-tight">지급 조건 관리</h2> + {/* <p className="text-muted-foreground"> + 지급 조건(Payment Terms)을 등록, 수정, 삭제할 수 있습니다. + </p> */} </div> </div> <React.Suspense fallback={<Skeleton className="h-7 w-52" />}></React.Suspense> |
